body {
  position: relative;
    background: url(background.jpeg);
    background-repeat: repeat;
    background-size: 100%;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.image-container{
	background-image:url('logo.jpeg');
	  background-size: cover;
  background-position: center;
  width: 100px;
  height: 200px;
}
.top {
  width: 100%;
  height: 350px;
  background-color: white; /* background color */
  position: relative;      /* crucial for absolute positioning inside */
  top: -10px;
  right: 10px;
}
.top .pic{
	width:10%;
	height:30%;
  margin-left: 90%;
}

.navbar {
    background-color: grey;
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
   position:relative;
   right: 15px;
   top:-10px;
   z-index:10;

}
nav a {
    margin-right: 40px;
    position: relative; top: -10px;
    color: aliceblue;
}
.footer h4 {
    position: relative; top: 500px;
}
a:hover{
    text-decoration: none;
    color: white;
}
a {
    text-decoration: none;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  gap: 30px;
  padding: 50px 20px;
  max-width: 70%;
}


.box, .box1, .box2, .box3, .box4, .box5, .box6, .box7, .box8, .box9, .box10, .box11, .box12, .box13, .box14, .box15, .box16, .box17, .box18, .box19, .box20, .box21, .box22, .box23, .box24, .box25, .box26, .box27, .box28, .box29, .box30{
  width: 300px;
  text-align: center;
  background-color: rgba(0,0,0,0.6);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
  position: relative;
  top: 30px;
}

.box:hover, .box1:hover, .box2:hover, .box3:hover, .box4:hover, .box5:hover, .box6:hover, .box7:hover, .box8:hover, .box9:hover, .box10:hover, .box11:hover, .box12:hover, .box13:hover, .box14:hover, .box15:hover, .box16:hover, .box17:hover, .box18:hover, .box19:hover, .box20:hover, .box21:hover, .box22:hover, .box23:hover, .box24:hover, .box25:hover, .box26:hover, .box27:hover, .box28:hover, .box29:hover, .box30:hover{
  transform: translateY(-10px);
}

/* Containers */
.container, .container1, .container2, .container3, .container4, .container5, .container6, .container8, .container9, .container10, .container11, .container12, .container13 {
  position: relative;
  width: 100%;
  height: 200px;
}

.container img, .container1 img, .container2 img, .container3 img, .container4 img, .container5 img, .container6 img, .container7 img, .container8 img, .container9 img, .container10 img, .container11 img, .container12 img, .container13 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box-bottom, .box-bottom1, .box-bottom2, .box-bottom3, .box-bottom4, .box-bottom5, .box-bottom6, .box-bottom7, .box-bottom8, .box-bottom9, .box-bottom10, .box-bottom11, .box-bottom12, .box-bottom13 {
  position: relative;
  width: 100%;
  height: 150px;
  background-color: black;
  margin: 0;
  opacity: 0.6;
}
.gallery a{
  color:white;
}

.slider {
  position: relative;
  right: 8px;
  top: -10px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  }


.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slides img {
  width:  100%;
  height: 300px;
  object-fit: cover;
}

button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 20px;
  transition: background 0.3s;
}

button:hover {
  background: rgba(255, 255, 255, 0.9);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}
.footer{
  width: 100%;
  height: 250px;
  margin-bottom: 0;
  background: linear-gradient(180deg, #2b2b2b, #000000);
  color: white;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  position: relative;
  right: 8px;
  top: 10px;

}

.top h1 {
  text-align: center;
  color: goldenrod;
  background-color: black;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  height: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top h3 {
  text-align: center;
  font-family:'Times New Roman', Times, serif;
  position: relative;
  top: -40px;
  text-shadow: 5px 6px 8px gray;
}
.logos img {
  width: 3%;
  height: 3%;
  position: relative;
  bottom: 40px;
  left: 670px;
  margin: 5px;
}
.tele1 img {
  position: relative;
  width: 5%;
  height: 5%;
  left: 10px;
  bottom: 300px;
}
.tele1 h2 {
position: relative;
  left: 90px;
  bottom: 370px;

}
.tele2 img {
  position: relative;
  width: 5%;
  height: 5%;
  left: 10px;
  bottom: 360px;
}
.tele2 h2 {
  position: relative;
  left: 90px;
  bottom: 430px;

}
.footer h2 {
display: inline-block;
text-align: center;
margin-left: 150px;
margin-right: 10%;
font-size: 1-5em;
font-style: none;
padding-bottom: 5px;
border-bottom: 2px solid goldenrod;
color:white;
}
.social-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}